You can modify the width and alignment of your journal's content in Digital Multiplex with the following custom CSS:
/* change these numbers, must add up to 100% */
#top_title, #main {
width: 50%;
margin-left: 25%;
margin-right: 25%;
}
Using the sample code will center the content tables and will make the content tables half the width of the
(
Read more... )